From: Jeremy Bicha Date: Thu, 26 May 2022 17:27:33 +0000 (-0400) Subject: Skip failing tests X-Git-Tag: archive/raspbian/1.24.12-2+rpi1~1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f24a5b66add7974fee0920bcee22d8fcc4ae63bf;p=gst-plugins-bad1.0.git Skip failing tests https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244 Gbp-Pq: Name Skip-failing-tests.patch --- diff --git a/tests/check/meson.build b/tests/check/meson.build index 54d3bb2..1a6fb5a 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -28,7 +28,7 @@ base_tests = [ [['elements/autoconvert.c'], get_option('autoconvert').disabled()], [['elements/autovideoconvert.c'], get_option('autoconvert').disabled()], [['elements/avwait.c'], get_option('timecode').disabled()], - [['elements/camerabin.c'], get_option('camerabin2').disabled()], + [['elements/camerabin.c'], true, ], [['elements/ccconverter.c'], not closedcaption_dep.found(), [gstvideo_dep]], [['elements/cccombiner.c'], not closedcaption_dep.found(), ], [['elements/ccextractor.c'], not closedcaption_dep.found(), ],